Release v0.13.0#307
Merged
Merged
Conversation
…r) (#308) Split tx broadcast from verification on middleman and provider so a degraded RPC can never report a false failure. A new sweeper confirms via tx-hash scan + supplier-state on a tri-state contract (unavailable != not-found); RPC-down stays pending with backoff instead of mutating status. Terminal transitions are CAS-guarded. Provider gains a canonical INTENT -> dispatcher -> sign/persist/broadcast lifecycle (cosmos unordered txs); middleman stays ordered. Dedup + unique(nodes.address) close the zombie/duplicate-node root cause (#296/#297). Adds shared pure core @igniter/tx-verify; unstake UI no longer blocked when display-only queries fail. Validated e2e on localnet (7/7), including RPC outage staying pending with no false-fail. Follow-up to #304. Closes #296, closes #297.
jorgecuesta
approved these changes
Jun 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v0.13.0
Version bump:
release:minorPrevious version: v0.12.0
What happens on merge
0.13.0+latestv0.13.0Auto-prepared by prepare-release workflow